@charset "utf-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
input[type=button] {
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none
}
input[type=submit] {
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none
}
button {
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none
}
a {
  text-decoration: none
}
.clear-row {
  display: block;
  width: 100%;
  overflow: hidden;
  float: none;
  clear: both
}
body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  background-image: url(../images/bg-stadium.jpg);
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100%
}
.cg-main-header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0
}
.cg-main-header > .topheader {
  display: block;
  position: relative;
  width: 100%;
  height: 64px;
  background: #0b3e83;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px
}
.cg-main-header > .topheader > .headercover {
  display: block;
  position: relative;
  max-width: 1600px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto
}
.cg-main-header > .topheader > .headercover > a.logo {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0;
  padding: 12px 0;
  float: left;
  margin: 0 40px 0 0
}
.cg-main-header > .topheader > .headercover > a.logo > img {
  display: block;
  position: relative;
  height: 40px
}
.cg-main-header > .topheader > .headercover > ul.menu {
  display: block;
  position: relative;
  float: left;
  z-index: 1
}
.cg-main-header > .topheader > .headercover > ul.menu li {
  display: block;
  position: relative;
  float: left;
  transition: height .3s ease;
  -webkit-transition: height .3s ease;
  overflow: hidden
}
.cg-main-header > .topheader > .headercover > ul.menu li > span {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fafafa;
  bottom: 0;
  left: calc(50% - 5px)
}
.cg-main-header > .topheader > .headercover > ul.menu li.active > span {
  display: block
}
.cg-main-header > .topheader > .headercover > ul.menu li > a {
  display: block;
  position: relative;
  height: 64px;
  line-height: 64px;
  color: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-main-header > .topheader > .headercover > ul.menu li > a.mob {
  display: none
}
.cg-main-header > .topheader > .headercover > ul.menu li > b {
  display: none;
  position: absolute;
  z-index: 2;
  height: 48px;
  width: 48px;
  right: 0;
  top: 0
}
.cg-main-header > .topheader > .headercover > ul.menu li > b img {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: calc(50% - 13px);
  left: calc(50% - 13px)
}
.cg-main-header > .topheader > .headercover > ul.menu li > b img.up {
  display: none
}
.cg-main-header > .topheader > .headercover > ul.menu li > b img.down {
  display: block
}
.cg-main-header > .topheader > .headercover > ul.menu li > b.active img.up {
  display: block
}
.cg-main-header > .topheader > .headercover > ul.menu li > b.active img.down {
  display: none
}
.cg-main-header > .topheader > .headercover > ul.menu li > div {
  display: none;
  position: fixed;
  width: 100%;
  height: 40px;
  top: 64px;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px
}
.cg-main-header > .topheader > .headercover > ul.menu li.active > div {
  display: block
}
.cg-main-header > .topheader > .headercover > ul.menu li > div > .swiper {
  display: block;
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto
}
.cg-main-header > .topheader > .headercover > ul.menu li > div > .swiper .swiper-slide {
  width: auto !important;
  margin: 0px 20px 0px 0px
}
.cg-main-header > .topheader > .headercover > ul.menu li > div > .swiper .swiper-slide > a {
  display: block;
  position: relative;
  color: #000;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  opacity: .6
}
.cg-main-header > .topheader > .headercover > ul.menu li > div > .swiper .swiper-slide > a:hover {
  color: #3b82f6;
  opacity: 1
}
.cg-main-header > .topheader > .headercover > ul.menu li > div > .swiper .swiper-slide > a.active {
  color: #3b82f6;
  opacity: 1
}
.cg-main-header > .topheader > .headercover > ul.menu li > div > .linklist {
  display: none;
  position: relative;
  width: 100%;
  text-align: left
}
.cg-main-header > .topheader > .headercover > ul.menu li > div > .linklist a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 39px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px;
  color: rgba(0, 0, 0, .6);
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-main-header > .topheader > .headercover > .nav {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer
}
.cg-main-header > .topheader > .headercover > .nav > img {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px)
}
.cg-main-header > .bottomheader {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  background: #fafafa;
  box-shadow: 0 3px 3px -2px rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0 3px 3px -2px rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%)
}
.cg-main-header > .cg-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .7);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  opacity: 0;
  visibility: hidden
}
.cg-main-header > .cg-overlay.active {
  opacity: 1;
  visibility: visible
}
.cg-main-body {
  display: block;
  position: relative;
  width: 100%;
  margin: 104px 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px
}
.cg-main-body > .bodycover {
  display: block;
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto
}
.cg-main-widget {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  background: #fff
}
.cg-main-widget > .widgetcover {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden
}
.cg-main-widget > .widgetcover .widgetbox {
  display: block;
  position: relative;
  float: left;
  margin: 0 80px 0 0
}
.cg-main-widget > .widgetcover .widgetbox:last-child {
  margin: 0
}
.cg-main-widget > .widgetcover .widgetbox > .title {
  display: block;
  position: relative;
  font-size: 14px;
  color: #4a4a4a;
  margin: 0 0 10px 0;
  font-weight: 700
}
.cg-main-widget > .widgetcover .widgetbox > .list {
  display: block;
  position: relative;
  width: 100%
}
.cg-main-widget > .widgetcover .widgetbox > .list a {
  display: inline-block;
  color: #4a4a4a;
  font-size: 12px;
  margin: 0 16px 0 0
}
.cg-main-widget > .widgetcover .widgetbox > .list a:hover {
  color: #000;
  text-decoration: underline
}
.cg-main-widget > .widgetcover .widgetbox > .list a:last-child {
  margin: 0
}
.cg-main-footer {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  background: #222
}
.cg-main-footer > .footercover {
  display: block;
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  text-align: center
}
.cg-main-footer > .footercover > div {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #fff
}
.cg-main-footer > .footercover > span {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #fff
}
.cg-main-footer > .footercover > span > a {
  display: inline-block;
  color: #fff
}
.cg-main-footer > .footercover > span > a:hover {
  color: #0e80d0
}
.cg-main-mobfooter {
  display: none;
  position: fixed;
  z-index: 9;
  width: 100%;
  background: #0b3e83;
  height: 80px;
  bottom: 0;
  left: 0
}
.cg-main-mobfooter a {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 14px 0;
  color: #fff;
  font-size: 12px
}
.cg-main-mobfooter a > img {
  display: inline-block;
  width: 30px;
  height: 30px
}
.cg-main-mobfooter a > span {
  display: block;
  position: relative;
  width: 100%
}
.cg-breadcum {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px
}
.cg-breadcum a {
  display: block;
  float: left;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #000
}
.cg-breadcum a.tohome {
  /*width: 20px*/
}
.cg-breadcum a.tohome > img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px)
}
.cg-breadcum a.active {
  color: #3b82f6
}
.cg-breadcum span {
  display: block;
  position: relative;
  float: left;
  width: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px
}
.cg-breadcum span > img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px)
}
.cg-home-left {
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 420px);
  margin: 0 20px 0 0
}
.cg-home-right {
  display: block;
  position: relative;
  float: right;
  width: 400px
}
.cg-home-left .cg-tabslider {
  display: none
}
.cg-home-left .cg-slider {
  margin: 0 0 20px 0
}
.cg-home-left .cg-news {
  margin: 0 0 20px 0
}
.cg-home-left .cg-tagslider {
  display: none
}
.cg-home-left .cg-abn {
  margin: 0 0 20px 0
}
.cg-home-right .cg-tabs > .list a.listbox {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  cursor: pointer;
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-home-right .cg-tabs > .list a.listbox:hover {
  background: rgba(0, 0, 0, .02)
}
.cg-home-right .cg-tabs > .list a.listbox div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 40px
}
.cg-home-right .cg-tabs > .list a.listbox .time {
  width: 90px;
  opacity: .6
}
.cg-home-right .cg-tabs > .list a.listbox .team {
  width: calc(100% - 130px);
  font-weight: 700
}
.cg-home-right .cg-tabs > .list a.listbox .team span {
  display: block;
  text-align: center;
  width: calc(50% - 27px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.cg-home-right .cg-tabs > .list a.listbox .team b {
  display: block;
  text-align: center;
  width: 53px;
  float: left;
  color: #a62f16
}
.cg-home-right .cg-tabs > .list a.listbox .action {
  padding: 0;
  width: 30px
}
.cg-home-right .cg-tabs > .list a.listbox .action > img {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 4px;
  top: calc(50% - 9px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.cg-home-right .cg-tabs > .list a.listbox:hover .action > img {
  right: 0
}
.cg-home-right .cg-tabs > .list .listcover {
  display: none;
  position: relative;
  width: 100%
}
.cg-home-right .cg-tabs > .list .listcover.active {
  display: block
}
.cg-home-left .cg-matchlist > .list .listbox {
  display: block;
  position: relative;
  width: 100%;
  height: 55px;
  border-bottom: solid 1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px
}
.cg-home-left .cg-matchlist > .list .listbox:hover {
  background: rgba(0, 0, 0, .02)
}
.cg-home-left .cg-matchlist > .list .listbox:last-child {
  border: none
}
.cg-home-left .cg-matchlist > .list .listbox > a.content {
  display: block;
  position: relative;
  width: calc(100% - 132px);
  float: left;
  color: #000
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > div {
  display: block;
  position: relative;
  float: left;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  font-weight: 500
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .icon {
  width: 40px
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .icon > img {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 10px
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .datetime {
  width: 100px;
  text-align: center
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .datetime > div {
  display: block;
  font-size: 12px;
  line-height: 16px;
  height: 34px;
  position: absolute;
  width: 100%;
  top: calc(50% - 17px);
  left: 0
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .datetime > div > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #0e80d0
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .league {
  width: 140px;
  text-align: center;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .match {
  width: calc(100% - 340px);
  text-align: center;
  font-size: 12px
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .match div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .match > .home {
  width: calc(50% - 50px)
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .match > .vs {
  width: 100px;
  padding: 0 8px;
  color: #a62f16;
  font-weight: 700
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .match > .away {
  width: calc(50% - 50px)
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .top {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  height: auto;
  line-height: unset;
  padding: 0
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .top div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 700
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .top .top-league {
  padding: 0 10px 0 20px;
  width: calc(50% - 25px)
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .top .top-league > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .top .top-note {
  width: 50px;
  text-align: center;
  color: #a62f16;
  padding: 0
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .top .top-time {
  text-align: right;
  width: calc(50% - 25px)
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .top .top-time > span {
  display: inline-block;
  position: relative;
  margin: 0 6px 0 0;
  color: #0e80d0
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .bottom {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  height: auto;
  line-height: unset;
  padding: 0
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .bottom div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 700;
  text-align: center
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .bottom .bottom-home {
  width: calc(50% - 37px)
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .bottom .bottom-vs {
  width: 73px;
  color: #a62f16
}
.cg-home-left .cg-matchlist > .list .listbox > a.content > .bottom .bottom-away {
  width: calc(50% - 37px)
}
.cg-home-left .cg-matchlist > .list .listbox > .action {
  display: block;
  position: relative;
  width: 132px;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px
}
.cg-home-left .cg-matchlist > .list .listbox > .action a {
  display: block;
  position: relative;
  height: 54px;
  line-height: 54px;
  color: #0e80d0;
  float: left;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 20px
}
.cg-home-left .cg-matchlist > .list .listbox > .action a:hover {
  color: #0b3e83
}
.cg-home-left .cg-matchlist > .list .listbox > .action a:first-child {
  margin: 0
}
.cg-home-left .cg-matchlist > .list > .subtitle {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
  border-bottom: solid 1px rgba(0, 0, 0, .2)
}
.cg-live-left {
  display: block;
  position: relative;
  width: 243px;
  float: left;
  margin: 0 20px 0 0
}
.cg-live-left > .cg-tagslider {
  display: none
}
.cg-live-left > .cg-filter {
  margin: 0 0 20px 0
}
.cg-live-right {
  display: block;
  position: relative;
  width: calc(100% - 263px);
  float: right
}
.cg-live-right .cg-tabs .list {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px
}
.cg-live-right .cg-tabs .list > .listcover {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-live-right .cg-tabs .list > .listcover .listbox {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  overflow: hidden
}
.cg-live-right .cg-tabs .list > .listcover .listbox:last-child {
  border: none
}
.cg-live-right .cg-tabs .list > .listcover .listbox div {
  display: block;
  position: relative;
  float: left;
  font-size: 12px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px
}
.cg-live-right .cg-tabs .list > .listcover .listbox .datetime {
  width: 120px
}
.cg-live-right .cg-tabs .list > .listcover .listbox .matchname {
  width: 120px
}
.cg-live-right .cg-tabs .list > .listcover .listbox .home {
  width: calc(50% - 250px);
  text-align: center
}
.cg-live-right .cg-tabs .list > .listcover .listbox .vs {
  width: 80px;
  text-align: center
}
.cg-live-right .cg-tabs .list > .listcover .listbox .vs.default {
  color: #a62f16;
  font-weight: 700
}
.cg-live-right .cg-tabs .list > .listcover .listbox .away {
  width: calc(50% - 250px);
  text-align: center
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .head {
  display: none;
  position: relative;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .head div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 700
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .head .headname {
  padding: 0 10px 0 20px;
  width: calc(50% - 25px)
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .head .headname > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .head .headnote {
  width: 50px;
  text-align: center;
  color: #a62f16;
  padding: 0
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .head .headtime {
  text-align: right;
  width: calc(50% - 25px)
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .bottom {
  display: none;
  position: relative;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .bottom div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 700;
  text-align: center
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .bottom .bottomhome {
  padding: 0 10px 0 20px;
  width: calc(50% - 25px)
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .bottom .bottomvs {
  width: 50px;
  text-align: center;
  color: #a62f16;
  padding: 0
}
.cg-live-right .cg-tabs .list > .listcover .listbox > .bottom .bottomaway {
  width: calc(50% - 25px)
}
.cg-live-right .cg-tabs .list > .listcover .listbox .action {
  width: 180px;
  text-align: center
}
.cg-live-right .cg-tabs .list > .listcover .listbox .action a {
  display: inline-block;
  margin: 0 8px;
  font-weight: 700;
  color: #0e80d0
}
.cg-live-filter {
  display: block;
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 15px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 6px 15px 2px rgba(0, 0, 0, .15);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1
}
.cg-live-filter.active {
  bottom: 100px
}
.cg-live-filter div {
  display: block;
  position: relative;
  float: left;
  padding: 0 16px 0 40px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  height: 40px;
  line-height: 40px;
  color: #0b3e83
}
.cg-live-filter div.active {
  background: #0b3e83;
  color: #fff
}
.cg-live-filter div > img {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 1;
  left: 12px;
  top: calc(50% - 11px);
  fill: #0b3e83
}
.cg-live-filter div > img.light {
  display: none
}
.cg-live-filter div > img.dark {
  display: block
}
.cg-live-filter div.active > img.light {
  display: block
}
.cg-live-filter div.active > img.dark {
  display: none
}
.cg-detail-left {
  display: block;
  position: relative;
  width: calc(100% - 420px);
  float: left;
  margin: 0 20px 0 0
}
.cg-detail-left .cg-tagslider {
  display: none
}
.cg-detail-left .cg-tabslider {
  display: none
}
.cg-detail-header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0
}
.cg-detail-left .cg-detailcontent {
  margin: 0 0 20px 0
}
.cg-detail-left .cg-detail-table {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-detail-left .cg-detail-table > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-detail-left .cg-detail-table > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-detail-left .cg-detail-table > .list {
  display: block;
  position: relative;
  width: 100%
}
.cg-detail-left .cg-detail-table > .list .listbox {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-left .cg-detail-table > .list .listbox:last-child {
  border-bottom: none
}
.cg-detail-left .cg-detail-table > .list .listbox > a.overlay {
  display: block;
  position: absolute;
  width: calc(100% - 160px);
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0
}
.cg-detail-left .cg-detail-table > .list .listbox div {
  display: block;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 8px;
  font-weight: 500
}
.cg-detail-left .cg-detail-table > .list .listbox .date {
  width: 100px
}
.cg-detail-left .cg-detail-table > .list .listbox .match {
  width: 100px
}
.cg-detail-left .cg-detail-table > .list .listbox .home {
  width: calc(50% - 210px)
}
.cg-detail-left .cg-detail-table > .list .listbox .vs {
  width: 60px;
  color: #a62f16
}
.cg-detail-left .cg-detail-table > .list .listbox .away {
  width: calc(50% - 210px)
}
.cg-detail-left .cg-detail-table > .list .listbox .action {
  width: 160px
}
.cg-detail-left .cg-detail-table > .list .listbox .action a {
  display: inline-block;
  position: relative;
  margin: 0 6px;
  color: #0e80d0
}
.cg-detail-right {
  display: block;
  position: relative;
  float: right;
  width: 400px
}
.cg-detail-left > .video {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  line-height: 0;
  margin: 0 0 20px 0
}
.cg-detail-right > .video {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  line-height: 0;
  margin: 0 0 20px 0
}
.cg-detail-content {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  margin: 0 0 20px 0
}
.cg-detail-content > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-detail-content > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-detail-content > .content {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.4px
}
.cg-detail-history {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%
}
.cg-detail-history .cg-normal-table.row5 > .list .listbox:nth-child(n+7) {
  display: none
}
.cg-detail-history .cg-normal-table.row10 > .list .listbox:nth-child(n+12) {
  display: none
}
.cg-detail-history .cg-normal-table.row20 > .list .listbox:nth-child(n+22) {
  display: none
}
.cg-detail-history .cg-normal-table > .list .listbox.head .datematch {
  padding: 0
}
.cg-detail-history .cg-normal-table > .list .listbox .datematch {
  display: none;
  width: 80px;
  padding: 12px 0
}
.cg-detail-history .cg-normal-table > .list .listbox .datematch > span {
  display: block;
  position: relative;
  line-height: 18px;
  height: 36px
}
.cg-detail-history .cg-normal-table > .list .listbox .match {
  width: 120px
}
.cg-detail-history .cg-normal-table > .list .listbox .date {
  width: 100px;
  border-right: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-history .cg-normal-table > .list .listbox .home {
  width: calc(50% - 505px)
}
.cg-detail-history .cg-normal-table > .list .listbox .away {
  width: calc(50% - 505px)
}
.cg-detail-history .cg-normal-table > .list .listbox .vshalf {
  display: none;
  width: 50px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.cg-detail-history .cg-normal-table > .list .listbox.head .vshalf {
  padding: 0
}
.cg-detail-history .cg-normal-table > .list .listbox .vshalf > span {
  display: block;
  position: relative;
  line-height: 18px;
  max-height: 36px
}
.cg-detail-history .cg-normal-table > .list .listbox .vshalf > span > b {
  display: block;
  color: #a62f16
}
.cg-detail-history .cg-normal-table > .list .listbox .vs {
  width: 80px;
  color: #a62f16
}
.cg-detail-history .cg-normal-table > .list .listbox .half {
  width: 50px
}
.cg-detail-history .cg-normal-table > .list .listbox .dicresult {
  display: none;
  width: 50px;
  padding: 12px 0
}
.cg-detail-history .cg-normal-table > .list .listbox.head .dicresult {
  padding: 0
}
.cg-detail-history .cg-normal-table > .list .listbox .dicresult > span {
  display: block;
  position: relative;
  line-height: 18px;
  height: 36px
}
.cg-detail-history .cg-normal-table > .list .listbox .dicresult.win > span {
  color: #1fac00
}
.cg-detail-history .cg-normal-table > .list .listbox .dicresult.draw > span {
  color: #0e80d0
}
.cg-detail-history .cg-normal-table > .list .listbox .dicresult.lose > span {
  color: #a62f16
}
.cg-detail-history .cg-normal-table > .list .listbox .goalresult {
  display: none;
  width: 50px;
  padding: 12px 0
}
.cg-detail-history .cg-normal-table > .list .listbox.head .goalresult {
  padding: 0
}
.cg-detail-history .cg-normal-table > .list .listbox .goalresult > span {
  display: block;
  position: relative;
  line-height: 18px;
  height: 36px
}
.cg-detail-history .cg-normal-table > .list .listbox .goalresult.big > span {
  color: #1fac00
}
.cg-detail-history .cg-normal-table > .list .listbox .goalresult.small > span {
  color: #a62f16
}
.cg-detail-history .cg-normal-table > .list .listbox .corner {
  width: 50px
}
.cg-detail-history .cg-normal-table > .list .listbox .result {
  width: 50px
}
.cg-detail-history .cg-normal-table > .list .listbox .winlose {
  width: 150px;
  border-right: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-history .cg-normal-table > .list .listbox .winlose span {
  display: block;
  position: relative;
  float: left;
  width: 33%
}
.cg-detail-history .cg-normal-table > .list .listbox .winlose span:nth-child(2) {
  width: 34%
}
.cg-detail-history .cg-normal-table > .list .listbox .giveaway {
  width: 150px;
  border-right: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-history .cg-normal-table > .list .listbox .giveaway span {
  display: block;
  position: relative;
  float: left;
  width: 33%
}
.cg-detail-history .cg-normal-table > .list .listbox .giveaway span:nth-child(2) {
  width: 34%
}
.cg-detail-history .cg-normal-table > .list .listbox .direction {
  width: 50px
}
.cg-detail-history .cg-normal-table > .list .listbox .goals {
  width: 50px;
  border-right: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-history .cg-normal-table > .list .listbox .action {
  width: 160px;
  float: right
}
.cg-detail-history .cg-normal-table > .list .listbox .action a {
  display: inline-block;
  position: relative;
  margin: 0 6px;
  color: #0e80d0
}
.cg-detail-history .cg-normal-table > .list .listbox .win {
  color: #1fac00
}
.cg-detail-history .cg-normal-table > .list .listbox .lose {
  color: #e44444
}
.cg-detail-history .cg-normal-table > .list .listbox .draw {
  color: #0e80d0
}
.cg-detail-history .cg-normal-table > .list .listbox .big {
  color: #1fac00
}
.cg-detail-history .cg-normal-table > .list .listbox .small {
  color: #e44444
}
.cg-detail-statistic {
  display: block;
  position: relative;
  width: 100%
}
.cg-detail-statistic > .statisticleft {
  display: block;
  position: relative;
  background: #fff;
  width: calc(50% - 10px);
  float: left;
  margin: 0 20px 0 0
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row10 > .list .listbox:nth-child(n+12) {
  display: none !important
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox.head .datematch {
  padding: 0
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .datematch {
  display: none;
  width: 80px;
  padding: 17px 0
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .datematch > span {
  display: block;
  position: relative;
  line-height: 18px;
  height: 36px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .vshalf {
  display: none;
  width: 50px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox.head .vshalf {
  padding: 0
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .vshalf > span {
  display: block;
  position: relative;
  line-height: 18px;
  max-height: 36px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .vshalf > span > b {
  display: block;
  color: #a62f16
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .match {
  width: 120px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .date {
  width: 100px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .home {
  width: calc(50% - 260px)
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .vs {
  width: 100px;
  color: #a62f16
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .away {
  width: calc(50% - 260px)
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .half {
  width: 50px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .result {
  width: 50px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .direction {
  width: 50px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .goals {
  width: 50px
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .win {
  color: #1fac00
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .lose {
  color: #e44444
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .draw {
  color: #0e80d0
}
.cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .big {
  color: #1fac00
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row5 .cg-linechart > .statisticcover > .col .colbox {
  width: 20%
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row5 .cg-linechart > .statisticcover > .col .colbox:nth-child(n+6) {
  display: none
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row5 .cg-linechart > .statisticcover > .col .colbox:nth-child(5) img {
  display: none !important
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row10 .cg-linechart > .statisticcover > .col .colbox {
  width: 10%
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row10 .cg-linechart > .statisticcover > .col .colbox:nth-child(n+11) {
  display: none
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row10 .cg-linechart > .statisticcover > .col .colbox:nth-child(10) img {
  display: none !important
}
.cg-detail-statistic > .statisticleft .cg-normal-table.row20 .cg-linechart > .statisticcover > .col .colbox {
  width: 5%
}
.cg-detail-statistic > .statisticright {
  display: block;
  position: relative;
  background: #fff;
  width: calc(50% - 10px);
  float: right
}
.cg-detail-statistic > .statisticright .cg-normal-table.row10 > .list .listbox:nth-child(n+12) {
  display: none !important
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox.head .datematch {
  padding: 0
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .datematch {
  display: none;
  width: 80px;
  padding: 17px 0
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .datematch > span {
  display: block;
  position: relative;
  line-height: 18px;
  height: 36px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .vshalf {
  display: none;
  width: 50px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox.head .vshalf {
  padding: 0
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .vshalf > span {
  display: block;
  position: relative;
  line-height: 18px;
  max-height: 36px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .vshalf > span > b {
  display: block;
  color: #a62f16
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .match {
  width: 120px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .date {
  width: 100px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .home {
  width: calc(50% - 260px)
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .vs {
  width: 100px;
  color: #a62f16
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .away {
  width: calc(50% - 260px)
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .half {
  width: 50px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .result {
  width: 50px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .direction {
  width: 50px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .goals {
  width: 50px
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .win {
  color: #1fac00
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .lose {
  color: #e44444
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .draw {
  color: #0e80d0
}
.cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .big {
  color: #1fac00
}
.cg-detail-statistic > .statisticright .cg-normal-table.row5 .cg-linechart > .statisticcover > .col .colbox {
  width: 20%
}
.cg-detail-statistic > .statisticright .cg-normal-table.row5 .cg-linechart > .statisticcover > .col .colbox:nth-child(n+6) {
  display: none
}
.cg-detail-statistic > .statisticright .cg-normal-table.row5 .cg-linechart > .statisticcover > .col .colbox:nth-child(5) img {
  display: none !important
}
.cg-detail-statistic > .statisticright .cg-normal-table.row10 .cg-linechart > .statisticcover > .col .colbox {
  width: 10%
}
.cg-detail-statistic > .statisticright .cg-normal-table.row10 .cg-linechart > .statisticcover > .col .colbox:nth-child(n+11) {
  display: none
}
.cg-detail-statistic > .statisticright .cg-normal-table.row10 .cg-linechart > .statisticcover > .col .colbox:nth-child(10) img {
  display: none !important
}
.cg-detail-statistic > .statisticright .cg-normal-table.row20 .cg-linechart > .statisticcover > .col .colbox {
  width: 5%
}
.cg-detail-rate {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-detail-rate > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-detail-rate > .ratecover {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden
}
.cg-detail-rate > .ratecover .col {
  display: block;
  position: relative;
  float: left;
  width: 33%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-detail-rate > .ratecover .col:nth-child(2) {
  width: 34%;
  border-right: solid 1px rgba(0, 0, 0, .1);
  border-left: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-rate > .ratecover .col > .head {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-rate > .ratecover .col > .subtitle {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-rate > .ratecover .col > .subtitle div {
  display: block;
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  width: 33%
}
.cg-detail-rate > .ratecover .col > .subtitle div:nth-child(2) {
  width: 34%
}
.cg-detail-rate > .ratecover .col > .result {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-detail-rate > .ratecover .col > .result div {
  display: block;
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  width: 33%;
  font-weight: 700
}
.cg-detail-rate > .ratecover .col > .result div:nth-child(2) {
  width: 34%
}
.cg-report-left {
  display: block;
  position: relative;
  width: 320px;
  float: left;
  margin: 0 20px 0 0
}
.cg-report-left .cg-tabslider {
  display: none;
  margin: 16px 0 0 0
}
.cg-report-left .cg-tagslider {
  display: none;
  margin: 0 0 8px 0
}
.cg-report-left .cg-tabs > .list a.listbox {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  cursor: pointer;
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-report-left .cg-tabs > .list a.listbox:hover {
  background: rgba(0, 0, 0, .02)
}
.cg-report-left .cg-tabs > .list a.listbox div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 40px
}
.cg-report-left .cg-tabs > .list a.listbox .time {
  width: 90px;
  opacity: .6
}
.cg-report-left .cg-tabs > .list a.listbox .team {
  width: calc(100% - 130px);
  font-weight: 700
}
.cg-report-left .cg-tabs > .list a.listbox .team span {
  display: block;
  text-align: center;
  width: calc(50% - 27px);
  float: left
}
.cg-report-left .cg-tabs > .list a.listbox .team b {
  display: block;
  text-align: center;
  width: 53px;
  float: left;
  color: #a62f16
}
.cg-report-left .cg-tabs > .list a.listbox .action {
  padding: 0;
  width: 30px
}
.cg-report-left .cg-tabs > .list a.listbox .action > img {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 4px;
  top: calc(50% - 9px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.cg-report-left .cg-tabs > .list a.listbox:hover .action > img {
  right: 0
}
.cg-report-left .cg-tabs > .list .listcover {
  display: none;
  position: relative;
  width: 100%
}
.cg-report-left .cg-tabs > .list .listcover.active {
  display: block
}
.cg-report-list {
  display: block;
  position: relative;
  width: calc(100% - 680px);
  float: left
}
.cg-report-right {
  display: block;
  position: relative;
  width: 320px;
  float: right;
  margin: 0 0 0 20px
}
.cg-report-right .cg-tag {
  margin: 0 0 20px 0
}
.cg-data-filter {
  display: block;
  position: relative;
  width: 243px;
  float: left;
  margin: 0 20px 0 0
}
.cg-data-list {
  display: block;
  position: relative;
  width: calc(100% - 263px);
  float: right
}
.cg-data-list > .match-mainlist {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  margin: 0 0 20px 0
}
.cg-data-list > .match-mainlist > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-data-list > .match-mainlist > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-data-list > .match-mainlist > .cgdatamatchlist {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px
}
.cg-data-list > .match-mainlist > .cgdatamatchlist .swiper-slide {
  width: auto !important;
  margin: 0px 16px 0px 0px;
}
.cg-data-list > .match-mainlist > .cgdatamatchlist .swiper-slide > a {
  display: block;
  position: relative;
  width: 100%;
  color: #000
}
.cg-data-list > .match-mainlist > .cgdatamatchlist .swiper-slide > a > .img {
  display: block;
  position: relative;
  border: solid 1px #e5e5e5;
  background: #fff;
  width: 88px;
  height: 88px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 10px 0;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important
}
.cg-data-list > .match-mainlist > .cgdatamatchlist .swiper-slide > a > .text {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px
}
.cg-data-list > .match-hotlist {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  margin: 0 0 20px 0
}
.cg-data-list > .match-hotlist > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-data-list > .match-hotlist > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-data-list > .match-hotlist > .list {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 16px 16px;
  overflow: hidden
}
.cg-data-list > .match-hotlist > .list .listbox {
  display: block;
  position: relative;
  float: left;
  width: calc(33% - 10px);
  margin: 15px 15px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px
}
.cg-data-list > .match-hotlist > .list .listbox:nth-child(3n+3) {
  margin: 15px 0 0 0
}
.cg-data-list > .match-hotlist > .list .listbox .img {
  display: block;
  position: relative;
  float: left;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, .1);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important
}
.cg-data-list > .match-hotlist > .list .listbox .desc {
  display: block;
  position: relative;
  float: right;
  width: 70px;
    color: #171616;
    margin-top: 10px;
}
.cg-data-list > .match-hotlist > .list .listbox .desc > .text {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0
}
.cg-data-list > .match-hotlist > .list .listbox .desc > .action {
  display: block;
  position: relative;
  width: 100%
}
.cg-data-list > .match-hotlist > .list .listbox .desc > .action a {
  display: inline-block;
  position: relative;
  background: #0b3e83;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 30px;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 12px;
  color: #fff
}
.cg-data-list > .match-alllist {
  display: none;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-data-list > .match-alllist > .head {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background: #fff
}
.cg-data-list > .match-alllist > .head a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #6b7280;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  margin: 0 8px
}
.cg-data-list > .match-alllist > .head a.active {
  color: #0b3e83
}
.cg-data-list > .match-alllist > .head a > span {
  display: none;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0b3e83;
  bottom: 0;
  left: 0
}
.cg-data-list > .match-alllist > .head a.active > span {
  display: block
}
.cg-data-list > .match-alllist > .subhead {
  display: block;
  position: relative;
  width: 100%;
  background: #0b3e83;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px
}
.cg-data-list > .match-alllist > .subhead > .cgdatamatchmob {
  display: block;
  position: relative;
  width: 100%
}
.cg-data-list > .match-alllist > .subhead > .cgdatamatchmob .swiper-slide {
  width: auto !important
}
.cg-data-list > .match-alllist > .subhead > .cgdatamatchmob .swiper-slide > div {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 36px;
  line-height: 34px;
  padding: 0 16px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  border: solid 1px #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-data-list > .match-alllist > .subhead > .cgdatamatchmob .swiper-slide > div.active {
  background: #fff;
  color: #0b3e83
}
.cg-data-list > .match-alllist .list {
  display: none;
  position: relative;
  width: 100%
}
.cg-data-list > .match-alllist .list.active {
  display: block
}
.cg-data-list > .match-alllist .list a {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 46px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 0 40px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  font-size: 12px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 700
}
.cg-data-list > .match-alllist .list a > img {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 16px;
  top: calc(50% - 8px)
}
.cg-data-list > .match-alllist .list a > span {
  float: right
}
.cg-data-list > .dataheader {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  padding: 16px;
  margin: 0 0 20px 0;
  z-index: 9
}
.cg-data-list > .dataheader > .head {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0
}
.cg-data-list > .dataheader > .head > h2 {
  display: none;
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin: 0 0 16px 0;
  text-align: center
}
.cg-data-list > .dataheader > .head > .img {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  border: solid 1px rgba(0, 0, 0, .1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important
}
.cg-data-list > .dataheader > .head > h1 {
  display: block;
  position: relative;
  width: calc(100% - 76px);
  float: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  height: 60px
}
.cg-data-list > .dataheader .sub {
  display: block;
  position: relative;
  width: 100%
}
.cg-data-list > .dataheader .sub span {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
  font-size: 12px
}
.cg-data-list > .dataheader > .selection {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1
}
.cg-data-list > .dataheader > .selection > .main {
  display: block;
  position: relative;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0px 30px 0px 12px;
  cursor: pointer
}
.cg-data-list > .dataheader > .selection > .main > svg {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 10px;
  fill: #000000
}
.cg-data-list > .dataheader > .selection > .list {
  display: none;
  position: absolute;
  width: 100%;
  top: 34px;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff
}
.cg-data-list > .dataheader > .selection:hover > .list {
  display: block
}
.cg-data-list > .dataheader > .selection > .list a {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-data-list > .datalist {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-data-list > .datalist > .head {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px
}
.cg-data-list > .datalist > .head a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #6b7280;
  margin: 0 4px;
  padding: 0 8px;
  font-weight: 700
}
.cg-data-list > .datalist > .head a.active {
  color: #0b3e83
}
.cg-data-list > .datalist > .head a > span {
  display: none;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0b3e83;
  bottom: 0;
  left: 0
}
.cg-data-list > .datalist > .head a.active > span {
  display: block
}
.cg-data-list > .datalist > .category {
  display: block;
  position: relative;
  width: 100%;
  background: #0b3e83;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px 10px
}
.cg-data-list > .datalist > .category a {
  display: inline-block;
  position: relative;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin: 4px 2px
}
.cg-data-list > .datalist > .category a.active {
  color: #0b3e83;
  background: #fff
}
.cg-data-list > .datalist > .filter {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 16px 0 16px;
  overflow: hidden
}
.cg-data-list > .datalist > .filter > .img {
  display: block;
  position: absolute;
  width: 40px;
  height: 36px;
  border-right: solid 1px rgba(0, 0, 0, .4);
  top: 12px;
  left: 16px
}
.cg-data-list > .datalist > .filter > .img > img {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 0
}
.cg-data-list > .datalist > .filter > .list {
  display: block;
  position: relative;
  width: calc(100% - 56px);
  float: right
}
.cg-data-list > .datalist > .filter > .list a {
  display: inline-block;
  position: relative;
  min-width: 70px;
  height: 36px;
  line-height: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, .3);
  font-size: 14px;
  color: #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 2px 8px 2px
}
.cg-data-list > .datalist > .filter > .list a.active {
  border: solid 1px #0b3e83;
  background: #0b3e83;
  color: #fff
}
.cg-data-list > .datalist > .mobtab {
  display: none;
  position: relative;
  width: 100%;
  height: 54px;
  z-index: 1;
  text-align: center
}
.cg-data-list > .datalist > .mobtab > a.prev {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  border-right: solid 1px rgba(0, 0, 0, .1)
}
.cg-data-list > .datalist > .mobtab > a.prev > img {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px)
}
.cg-data-list > .datalist > .mobtab > a.next {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  border-left: solid 1px rgba(0, 0, 0, .1)
}
.cg-data-list > .datalist > .mobtab > a.next > img {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px)
}
.cg-data-list > .datalist > .mobtab > .dropdown {
  display: inline-block;
  position: relative;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 24px 0 0
}
.cg-data-list > .datalist > .mobtab > .dropdown > img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: calc(50% - 10px)
}
.cg-data-list > .datalist > .mobfilter {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.cg-data-list > .datalist > .mobfilter.active {
  opacity: 1;
  visibility: visible
}
.cg-data-list > .datalist > .mobfilter > .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  top: 0;
  left: 0
}
.cg-data-list > .datalist > .mobfilter > .filtercover {
  display: block;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .title > .cancel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  cursor: pointer
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .title > .accept {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  cursor: pointer
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .list {
  display: block;
  position: relative;
  width: 100%;
  height: 280px
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .list > .top {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 120px;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .1)
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .list > .bottom {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 120px;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .1)
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .list > .col {
  display: block;
  position: relative;
  width: 50%;
  text-align: center;
  height: 100%;
  overflow-y: auto;
  float: left
}
.cg-data-list > .datalist > .mobfilter > .filtercover > .list a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000
}
.cg-data-list > .datalist > .resultcover {
  display: block;
  position: relative;
  width: 100%
}
.cg-data-list > .datalist > .resultcover .padding {
  padding: 16px;
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-data-list > .datalist > .resultcover table {
  position: relative;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, .1)
}
.cg-data-list > .datalist > .resultcover table tr {
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-data-list > .datalist > .resultcover table tr:last-chihld {
  border: none
}
.cg-data-list > .datalist > .resultcover table tr td {
  font-size: 12px;
  line-height: 36px;
  text-align: center
}
.cg-data-list > .datalist > .resultcover table tr td .img {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 0 30px
}
.cg-data-list > .datalist > .resultcover table tr td .img > img {
  display: block;
  position: absolute;
  height: 20px;
  top: calc(50% - 10px);
  left: 0
}
.cg-data-list > .datalist > .resultcover table tr td a {
  display: inline-block;
  color: #0e80d0;
  margin: 0 4px
}
.cg-data-list > .datalist > .resultcover h2 {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0b3e83;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-livereport-left {
  display: block;
  position: relative;
  width: calc(100% - 420px);
  float: left;
  margin: 0 20px 0 0
}
.cg-livereport-right {
  display: block;
  position: relative;
  width: 400px;
  float: right
}
.cg-livereport-right .cg-tag {
  margin: 0 0 20px 0
}
.cg-livereport-left .cg-news-detail {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  margin: 0 0 20px 0
}
.cg-livereport-left .cg-news-detail > .head {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px
}
.cg-livereport-left .cg-news-detail > .head > .title {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px 0;
  font-weight: 700
}
.cg-livereport-left .cg-news-detail > .head > .info {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: rgba(0, 0, 0, .6)
}
.cg-livereport-left .cg-news-detail > .head > .info span {
  display: inline-block;
  margin: 0 20px 0 0
}
.cg-livereport-left .cg-news-detail > .cover {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0
}
.cg-livereport-left .cg-news-detail > .cover > img {
  display: block;
  width: 100%
}
.cg-livereport-left .cg-news-detail > .desc {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  font-size: 14px;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-livereport-left .cg-news-detail > .desc > .note {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 16px;
  border: solid 1px rgba(0, 0, 0, .4);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 0 0
}
.cg-livereport-left .cg-news-detail > .action {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px
}
.cg-livereport-left .cg-news-detail > .action a {
  display: block;
  position: relative;
  font-size: 12px;
  color: #0e80d0;
  font-weight: 700
}
.cg-livereport-left .cg-news-detail > .action a:hover {
  text-decoration: underline
}
.cg-livereport-left .cg-news-detail > .action a.prev {
  float: left
}
.cg-livereport-left .cg-news-detail > .action a.next {
  float: right
}
.cg-alltags {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-alltags > .tagcover {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 20px 20px 20px;
  overflow: hidden
}
.cg-alltags > .tagcover a.tagbtn {
  display: block;
  float: left;
  margin: 10px 8px 0 0;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  color: #0e80d0;
  padding: 0 16px;
  text-align: center;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden
}
.cg-alltags > .tagcover a.tagbtn:hover {
  background: rgba(0, 0, 0, .02)
}
.cg-alltags > .tagcover a.tagbtn.league_tips {
  font-size: 22px;
  color: #d11060
}
.cg-alltags > .tagcover a.tagbtn.coach_tips {
  font-size: 18px;
  color: #2bb512
}
.cg-quicknews-left {
  display: block;
  position: relative;
  width: 320px;
  float: left;
  margin: 0 20px 0 0
}
.cg-quicknews-left .cg-tabslider {
  display: none;
  margin: 16px 0 0 0
}
.cg-quicknews-left .cg-tagslider {
  display: none;
  margin: 0 0 8px 0
}
.cg-quicknews-left .cg-tabs > .list a.listbox {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  cursor: pointer;
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-quicknews-left .cg-tabs > .list a.listbox:hover {
  background: rgba(0, 0, 0, .02)
}
.cg-quicknews-left .cg-tabs > .list a.listbox div {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 40px
}
.cg-quicknews-left .cg-tabs > .list a.listbox .time {
  width: 90px;
  opacity: .6
}
.cg-quicknews-left .cg-tabs > .list a.listbox .team {
  width: calc(100% - 130px);
  font-weight: 700
}
.cg-quicknews-left .cg-tabs > .list a.listbox .team span {
  display: block;
  text-align: center;
  width: calc(50% - 15px);
  float: left
}
.cg-quicknews-left .cg-tabs > .list a.listbox .team b {
  display: block;
  text-align: center;
  width: 30px;
  float: left;
  color: #a62f16
}
.cg-quicknews-left .cg-tabs > .list a.listbox .action {
  padding: 0;
  width: 30px
}
.cg-quicknews-left .cg-tabs > .list a.listbox .action > img {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 4px;
  top: calc(50% - 9px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.cg-quicknews-left .cg-tabs > .list a.listbox:hover .action > img {
  right: 0
}
.cg-quicknews-left .cg-tabs > .list .listcover {
  display: none;
  position: relative;
  width: 100%
}
.cg-quicknews-left .cg-tabs > .list .listcover.active {
  display: block
}
.cg-quicknews-list {
  display: block;
  position: relative;
  width: calc(100% - 680px);
  float: left
}
.cg-quicknews-right {
  display: block;
  position: relative;
  width: 320px;
  float: right;
  margin: 0 0 0 20px
}
.cg-quicknews-right .cg-tag {
  margin: 0 0 20px 0
}
.cg-quicknews-list .cg-gallery {
  margin: 0 0 20px 0
}
.cg-image-left {
  display: block;
  position: relative;
  width: calc(100% - 420px);
  float: left;
  margin: 0 20px 0 0
}
.cg-image-left .cg-tagslider {
  display: none
}
.cg-image-right {
  display: block;
  position: relative;
  width: 400px;
  float: right
}
.cg-image-right .cg-tag {
  margin: 0 0 20px 0
}
ul.pageturn {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  margin: 20px 0 0 0;
  text-align: center
}
ul.pageturn li {
  display: inline-block;
  position: relative;
  margin: 0 5px
}
ul.pageturn li > a {
  display: block;
  position: relative;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: solid 1px rgba(0, 0, 0, .5);
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  color: #0b3e83;
  font-weight: 700;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
ul.pageturn li.active > a {
  background: #0b3e83;
  color: #fff;
  border: solid 1px #0b3e83
}
@media only screen and (max-width:1100px) {
  .cg-main-body > .bodycover {
    padding: 0 0 80px 0
  }
  .cg-main-widget {
    display: none
  }
  .cg-main-footer {
    display: none
  }
  .cg-main-mobfooter {
    display: block
  }
  .cg-main-header > .topheader {
    height: 50px;
    padding: 0
  }
  .cg-main-header > .topheader > .headercover {
    height: 50px;
    text-align: center
  }
  .cg-main-header > .topheader > .headercover > a.logo {
    display: inline-block;
    margin: 0;
    float: none
  }
  .cg-main-header > .topheader > .headercover > a.logo > img {
    height: 26px
  }
  .cg-main-header > .topheader > .headercover > ul.menu {
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0;
    right: -240px;
    background: #fff;
    overflow-y: auto;
    z-index: 2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
  }
  .cg-main-header > .topheader > .headercover > ul.menu.active {
    right: 0
  }
  .cg-main-header > .topheader > .headercover > ul.menu li {
    width: 100%;
    float: none;
    height: 48px
  }
  .cg-main-header > .topheader > .headercover > ul.menu li > span {
    display: none
  }
  .cg-main-header > .topheader > .headercover > ul.menu li > a {
    display: none;
    height: 48px;
    line-height: 47px;
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(0, 0, 0, .04)
  }
  .cg-main-header > .topheader > .headercover > ul.menu li > a.mob {
    display: block
  }
  .cg-main-header > .topheader > .headercover > ul.menu li > b {
    display: block
  }
  .cg-main-header > .topheader > .headercover > ul.menu li > div {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    height: auto;
    display: block !important
  }
  .cg-main-header > .topheader > .headercover > ul.menu li > div > .swiper {
    display: none
  }
  .cg-main-header > .topheader > .headercover > ul.menu li > div > .linklist {
    display: block
  }
  .cg-main-header > .topheader > .headercover > .nav {
    display: block
  }
  .cg-main-header > .bottomheader {
    display: none
  }
  .cg-main-body {
    padding: 0;
    margin: 50px 0 0 0;
    background: #f2f2f2
  }
  .cg-breadcum {
    border-radius: 0;
    -webkit-border-radius: 0px;
    margin: 0
  }
  .cg-home-left {
    width: 100%
  }
  .cg-home-right {
    width: 100%
  }
  .cg-home-left .cg-tabslider {
    display: block
  }
  .cg-home-right .cg-tabs {
    display: none
  }
  .cg-home-left .cg-slider {
    margin: 0
  }
  .cg-home-left .cg-news {
    margin: 0
  }
  .cg-home-left .cg-tagslider {
    display: block
  }
  .cg-home-right .cg-tag {
    display: none
  }
  .cg-home-left .cg-abn {
    margin: 0
  }
  .cg-live-left {
    width: 100%;
    margin: 0
  }
  .cg-live-left > .cg-tagslider {
    display: block
  }
  .cg-live-left .cg-filter {
    display: none
  }
  .cg-live-left .cg-tag {
    display: none
  }
  .cg-live-right {
    width: 100%
  }
  .cg-live-right .cg-tabs {
    margin: 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: 0 0;
    padding: 0 0 140px 0
  }
  .cg-live-right .cg-tabs > .title {
    display: none
  }
  .cg-live-right .cg-tabs .list {
    padding: 0
  }
  .cg-live-right .cg-tabs .list > .listcover {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox {
    margin: 0 0 8px 0;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox.header {
    display: none
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox > a {
    width: 100%;
    height: 88px
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox .datetime {
    display: none
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox .matchname {
    display: none
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox .home {
    display: none
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox .vs {
    display: none
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox .away {
    display: none
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox .action {
    width: 100%
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox > .head {
    display: block;
    padding: 0
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox > .bottom {
    display: block;
    padding: 0
  }
  .cg-live-right .cg-tabs .list > .listcover .listbox .action a {
    margin: 0 16px
  }
  .cg-detail-header {
    margin: 0
  }
  .cg-detail-left {
    width: 100%;
    margin: 0
  }
  .cg-detail-left .cg-tagslider {
    display: block
  }
  .cg-detail-left .cg-tabslider {
    display: block
  }
  .cg-detail-left > .video {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0px;
    margin: 0 0 8px 0
  }
  .cg-matchdetail > .bottom {
    background: #0b3e83
  }
  .cg-detail-left .cg-detailcontent {
    margin: 0
  }
  .cg-detail-left .cg-detail-table {
    display: none
  }
  .cg-detail-right {
    display: none
  }
  .cg-detail-statistic > .statisticleft {
    width: 100%;
    margin: 0 0 20px 0
  }
  .cg-detail-statistic > .statisticright {
    width: 100%
  }
  .cg-detail-history .cg-normal-table > .list .listbox .datematch {
    display: block
  }
  .cg-detail-history .cg-normal-table > .list .listbox .match {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .date {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .winlose {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .giveaway {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .goals {
    border: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .direction {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .goals {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .half {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .result {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .vs {
    display: none
  }
  .cg-detail-history .cg-normal-table > .list .listbox .vshalf {
    display: flex
  }
  .cg-detail-history .cg-normal-table > .list .listbox .dicresult {
    display: block
  }
  .cg-detail-history .cg-normal-table > .list .listbox .goalresult {
    display: block
  }
  .cg-detail-history .cg-normal-table > .list .listbox .home {
    width: calc(50% - 140px)
  }
  .cg-detail-history .cg-normal-table > .list .listbox .away {
    width: calc(50% - 140px)
  }
  .cg-detail-history .cg-normal-table > .list .listbox .action {
    display: none
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .match {
    display: none
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .datematch {
    display: block
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .date {
    display: none
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .vs {
    display: none
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .vshalf {
    display: flex
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .half {
    display: none
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .home {
    width: calc(50% - 140px)
  }
  .cg-detail-statistic > .statisticleft .cg-normal-table > .list .listbox .away {
    width: calc(50% - 140px)
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .match {
    display: none
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .datematch {
    display: block
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .date {
    display: none
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .vs {
    display: none
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .vshalf {
    display: flex
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .half {
    display: none
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .home {
    width: calc(50% - 140px)
  }
  .cg-detail-statistic > .statisticright .cg-normal-table > .list .listbox .away {
    width: calc(50% - 140px)
  }
  .cg-detail-statistic .cg-linechart {
    display: none
  }
  .cg-detail-rate {
    background: 0 0;
    border-radius: 0;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none
  }
  .cg-detail-rate > .title {
    display: none
  }
  .cg-detail-rate > .ratecover {
    overflow: unset
  }
  .cg-detail-rate > .ratecover .col {
    width: 100% !important;
    float: none;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
    margin: 0 0 8px 0
  }
  .cg-detail-rate > .ratecover .col > .head {
    text-align: left;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 700;
    color: #0e80d0
  }
  .cg-report-left {
    width: 100%;
    margin: 0
  }
  .cg-report-list {
    width: 100%;
    margin: 0 0 8px 0
  }
  .cg-report-right {
    width: 100%;
    margin: 0
  }
  .cg-report-left .cg-tabslider {
    display: block
  }
  .cg-report-left .cg-tabs {
    display: none
  }
  .cg-report-right .cg-tag {
    display: none
  }
  .cg-report-left .cg-tagslider {
    display: block
  }
  .cg-data-filter {
    display: none
  }
  .cg-data-list {
    width: 100%
  }
  .cg-data-list > .match-mainlist {
    margin: 0 0 8px 0
  }
  .cg-data-list > .match-mainlist > .title {
    display: none
  }
  .cg-data-list > .match-hotlist {
    /*display: none*/
  }
  .cg-data-list > .match-alllist {
    display: block
  }
  .cg-data-list > .datalist > .resultcover table tr td {
    display: none
  }
  .cg-data-list > .datalist > .resultcover table tr td.mob {
    display: table-cell
  }
  .cg-data-list > .dataheader {
    background: #436d9f;
    border-radius: 0;
    -webkit-border-radius: 0px;
    padding: 16px 16px 80px 16px;
    margin: 0
  }
  .cg-data-list > .dataheader > .head {
    margin: 0
  }
  .cg-data-list > .dataheader .sub {
   /* display: none*/
  }
  .cg-data-list > .dataheader > .head > h2 {
    display: block
  }
  .cg-data-list > .dataheader > .head > .img {
    float: none;
    margin: 0 auto
  }
  .cg-data-list > .dataheader > .head > h1 {
    display: none
  }
  .cg-data-list > .dataheader > .selection {
    top: 136px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
  }
  .cg-data-list > .dataheader > .selection > .main {
    border: solid 1px #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff
  }
  .cg-data-list > .datalist > .head {
    background: #0b3e83;
    overflow: hidden
  }
  .cg-data-list > .datalist > .head a {
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: .5
  }
  .cg-data-list > .datalist > .head a.active {
    opacity: 1;
    color: #fff
  }
  .cg-data-list > .datalist > .head a > span {
    width: 50px;
    left: calc(50% - 25px);
    background: #fff
  }
  .cg-data-list > .datalist > .category {
    display: none
  }
  .cg-data-list > .datalist > .filter {
    display: none
  }
  .cg-data-list > .datalist > .resultcover .padding {
    padding: 0
  }
  .cg-data-list > .datalist > .resultcover table tr.head {
    background: #f3f4f7
  }
  .cg-data-list > .datalist > .mobtab {
    display: block
  }
  .cg-livereport-left {
    width: 100%;
    margin: 0 0 8px 0
  }
  .cg-livereport-left .cg-news-list > .title {
    display: none
  }
  .cg-livereport-right {
    width: 100%
  }
  .cg-livereport-right .cg-tag {
    display: none
  }
  .cg-livereport-left .cg-news-detail > .action a > span {
    display: none
  }
  .cg-home-left .cg-matchlist > .list .listbox {
    padding: 0;
    height: 134px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
    margin: 0 0 8px 0;
    background: #fff
  }
  .cg-home-left .cg-matchlist > .list .listbox:hover {
    background: #fff
  }
  .cg-home-left .cg-matchlist > .list .listbox > a.content {
    width: 100%
  }
  .cg-home-left .cg-matchlist > .list .listbox > a.content > .icon {
    display: none
  }
  .cg-home-left .cg-matchlist > .list .listbox > a.content > .datetime {
    display: none
  }
  .cg-home-left .cg-matchlist > .list .listbox > a.content > .league {
    display: none
  }
  .cg-home-left .cg-matchlist > .list .listbox > a.content > .match {
    display: none
  }
  .cg-home-left .cg-matchlist > .list .listbox > a.content > .top {
    display: block
  }
  .cg-home-left .cg-matchlist > .list .listbox > a.content > .bottom {
    display: block
  }
  .cg-home-left .cg-matchlist > .list .listbox > .action {
    width: 100%;
    text-align: center
  }
  .cg-home-left .cg-matchlist > .list .listbox > .action a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    float: none
  }
  .cg-home-left .cg-matchlist > .list > .subtitle {
    display: none
  }
  .cg-quicknews-left {
    width: 100%
  }
  .cg-quicknews-list {
    width: 100%;
    margin: 0 0 8px 0
  }
  .cg-quicknews-right {
    width: 100%;
    margin: 0
  }
  .cg-quicknews-left .cg-tabslider {
    display: block
  }
  .cg-quicknews-left .cg-tabs {
    display: none
  }
  .cg-quicknews-right .cg-tag {
    display: none
  }
  .cg-quicknews-left .cg-tagslider {
    display: block
  }
  .cg-quicknews-list .cg-gallery {
    margin: 0 0 8px 0
  }
  .cg-image-left {
    width: 100%;
    margin: 0 0 8px 0
  }
  .cg-image-right {
    width: 100%
  }
  .cg-image-right .cg-tag {
    display: none
  }
  .cg-image-left .cg-tagslider {
    display: block
  }
  .cg-live-filter {
    opacity: 1;
    visibility: visible
  }
  .cg-data-list > .dataheader > .selection > .main > svg {
    fill: #ffffff
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0)
  }
  0% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
  }
}
@-webkit-keyframes spinning {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0)
  }
  0% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
  }
}
.cg-abn {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2)
}
.cg-abn.pc {
  display: block
}
.cg-abn.mob {
  display: none
}
.cg-abn > a {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-abn > a > img {
  position: relative;
  width: 100%
}
.cg-abn > a > img.pc {
  display: block
}
.cg-abn > a > img.mb {
  display: none
}
@media only screen and (max-width:1100px) {
  .cg-abn {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0px
  }
  .cg-abn.pc {
    display: none
  }
  .cg-abn.mob {
    display: block
  }
  .cg-abn > a {
    border-radius: 0;
    -webkit-border-radius: 0px
  }
}
.cg-detailcontent {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-detailcontent > .head {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-detailcontent > .head > h1 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0
}
.cg-detailcontent > .head > span {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  opacity: .6
}
.cg-detailcontent > .body {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 16px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.4px
}
.cg-filter {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2)
}
.cg-filter .filterbox {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-filter .filterbox:last-child {
  border: none
}
.cg-filter .filterbox > .title {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: none;
  cursor: pointer;
  color: #0b3e83
}
.cg-filter .filterbox.active > .title {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.cg-filter .filterbox > .title img {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 16px
}
.cg-filter .filterbox > .title img.more {
  display: block
}
.cg-filter .filterbox.active > .title img.less {
  display: block
}
.cg-filter .filterbox.active > .title img.more {
  display: none
}
.cg-filter .filterbox > .list {
  display: block;
  position: relative;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  overflow: hidden
}
.cg-filter .filterbox > .list a {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 43px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 0 40px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-filter .filterbox > .list a:last-child {
  border: none
}
.cg-filter .filterbox > .list a:hover {
  background: rgba(14, 128, 208, .08);
  color: #0b3e83
}
.cg-filter .filterbox > .list a.active {
  background: rgba(14, 128, 208, .08);
  color: #0b3e83
}
.cg-filter .filterbox > .list a > img {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 16px;
  opacity: .1
}
.cg-filter .filterbox > .list a:hover > img {
  opacity: .3
}
.cg-filter .filterbox > .list a.active > img {
  opacity: 1
}
.cg-filter .filterbox > .list a > span {
  display: block;
  position: relative;
  float: right;
  color: #0b3e83
}
.cg-gallery {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-gallery > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-gallery > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-gallery > .title > a {
  display: block;
  position: relative;
  float: right;
  line-height: 49px;
  color: #3b82f6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 0 0
}
.cg-gallery > .title > a > img {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: calc(50% - 7px)
}
.cg-gallery > .list {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px 12px 12px;
  overflow: hidden
}
.cg-gallery > .list a {
  display: block;
  position: relative;
  float: left;
  width: calc(33% - 8px);
  height: 180px;
  margin: 12px 12px 0 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-gallery > .list a:nth-child(3n+3) {
  width: calc(34% - 8px);
  margin: 12px 0 0 0
}
.cg-gallery > .list a > .img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important
}
.cg-gallery > .list a > .text {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px
}
@media only screen and (max-width:1100px) {
  .cg-gallery > .list a {
    width: 100% !important
  }
}
.cg-linechart {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 40px 25px 40px 25px
}
.cg-linechart > .statisticcover {
  display: block;
  position: relative;
  width: 100%;
  height: 100px
}
.cg-linechart > .statisticcover > .bar {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  right: 0
}
.cg-linechart > .statisticcover > .bar div {
  display: block;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  left: -40px
}
.cg-linechart > .statisticcover > .bar .win {
  color: #1fac00;
  top: -12px
}
.cg-linechart > .statisticcover > .bar .draw {
  color: #0e80d0;
  top: 37px
}
.cg-linechart > .statisticcover > .bar .lose {
  color: #e44444;
  top: 87px
}
.cg-linechart > .statisticcover > .bar span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .1);
  left: 0
}
.cg-linechart > .statisticcover > .bar span:nth-child(1) {
  top: 0
}
.cg-linechart > .statisticcover > .bar span:nth-child(2) {
  top: 49px
}
.cg-linechart > .statisticcover > .bar span:nth-child(3) {
  bottom: 0
}
.cg-linechart > .statisticcover > .col {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1
}
.cg-linechart > .statisticcover > .col .colbox {
  display: block;
  position: relative;
  float: left;
  height: 100%
}
.cg-linechart > .statisticcover > .col .colbox > img {
  display: block;
  position: absolute
}
.cg-linechart > .statisticcover > .col .colbox.win-lose > img {
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  top: -4px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.win-win > img {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.win-draw > img {
  width: calc(100% + 2px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.lose-lose > img {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.lose-draw > img {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.lose-win > img {
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  top: -4px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.draw-draw > img {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.draw-win > img {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox.draw-lose > img {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px
}
.cg-linechart > .statisticcover > .col .colbox > span {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #000;
  left: -4px;
  z-index: 1
}
.cg-linechart > .statisticcover > .col .colbox.win > span {
  top: -4px
}
.cg-linechart > .statisticcover > .col .colbox.win-win > span {
  top: -4px
}
.cg-linechart > .statisticcover > .col .colbox.win-draw > span {
  top: -4px
}
.cg-linechart > .statisticcover > .col .colbox.win-lose > span {
  top: -4px
}
.cg-linechart > .statisticcover > .col .colbox.draw > span {
  top: 46px
}
.cg-linechart > .statisticcover > .col .colbox.draw-win > span {
  top: 46px
}
.cg-linechart > .statisticcover > .col .colbox.draw-draw > span {
  top: 46px
}
.cg-linechart > .statisticcover > .col .colbox.draw-lose > span {
  top: 46px
}
.cg-linechart > .statisticcover > .col .colbox.lose > span {
  top: 96px
}
.cg-linechart > .statisticcover > .col .colbox.lose-win > span {
  top: 96px
}
.cg-linechart > .statisticcover > .col .colbox.lose-draw > span {
  top: 96px
}
.cg-linechart > .statisticcover > .col .colbox.lose-lose > span {
  top: 96px
}
.cg-matchdetail {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-matchdetail > .top {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 0;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-matchdetail > .top > .topcover {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  overflow: hidden
}
.cg-matchdetail > .top > .topcover div {
  display: block;
  position: relative;
  float: left;
  height: 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-matchdetail > .top > .topcover > .home {
  line-height: 100px;
  font-size: 18px;
  font-weight: 700
}
.cg-matchdetail > .top > .topcover > .home > .text {
  display: block;
  position: relative;
  float: left
}
.cg-matchdetail > .top > .topcover > .home > .subtext {
  display: none;
  width: 100%;
  position: relative;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 8px 0 0 0;
  letter-spacing: 1px
}
.cg-matchdetail > .top > .topcover > .home > .img {
  display: block;
  position: relative;
  float: left;
  width: 64px;
  height: 100px;
  margin: 0 20px
}
.cg-matchdetail > .top > .topcover > .home > .img > img {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: calc(50% - 32px);
  left: 0
}
.cg-matchdetail > .top > .topcover > .home > span {
  display: block;
  position: relative;
  float: left
}
.cg-matchdetail > .top > .topcover > .away {
  line-height: 100px;
  font-size: 18px;
  font-weight: 700
}
.cg-matchdetail > .top > .topcover > .away > .text {
  display: block;
  position: relative;
  float: left
}
.cg-matchdetail > .top > .topcover > .away > .subtext {
  display: none;
  width: 100%;
  position: relative;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 8px 0 0 0;
  letter-spacing: 1px
}
.cg-matchdetail > .top > .topcover > .away > .img {
  display: block;
  position: relative;
  float: left;
  width: 64px;
  height: 100px;
  margin: 0 20px
}
.cg-matchdetail > .top > .topcover > .away > .img > img {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: calc(50% - 32px);
  left: 0
}
.cg-matchdetail > .top > .topcover > .away > span {
  display: block;
  position: relative;
  float: left
}
.cg-matchdetail > .top > .topcover > .summary {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0 40px
}
.cg-matchdetail > .top > .topcover > .summary > span {
  display: block;
  font-weight: 700;
  margin: 8px 0
}
.cg-matchdetail > .top > .topcover > .subsummary {
  display: none;
  position: absolute;
  height: 100% !important;
  width: 150px;
  top: 0;
  left: calc(50% - 50px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 8px
}
.cg-matchdetail > .top > .topcover > .subsummary > span {
  display: block;
  position: relative;
  /*width: 100%;*/
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px
}
.cg-matchdetail > .top > .topcover > .subsummary > div {
  display: block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  left: 0;
  top: calc(50% - 20px)
}
.cg-matchdetail > .bottom {
  display: block;
  position: relative;
  text-align: center
}
.cg-matchdetail > .bottom a {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  margin: 0 16px
}
.cg-matchdetail > .bottom a > span {
  display: none;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: #3b82f6;
  bottom: 0;
  left: 0
}
.cg-matchdetail > .bottom a.active {
  color: #3b82f6
}
.cg-matchdetail > .bottom a.active > span {
  display: block
}
@media only screen and (max-width:1100px) {
  .cg-matchdetail {
    background: #436d9f
  }
  .cg-matchdetail > .bottom a {
    color: #fff
  }
  .cg-matchdetail > .bottom a.active {
    color: #fff
  }
  .cg-matchdetail > .bottom a > span {
    background: #fff
  }
  .cg-matchdetail > .top > .topcover {
    width: 100%;
    padding: 30px 8px
  }
  .cg-matchdetail > .top > .topcover div {
    height: auto !important;
    line-height: normal !important
  }
  .cg-matchdetail > .top > .topcover > .home {
    width: calc(50% - 50px);
    text-align: center
  }
  .cg-matchdetail > .top > .topcover > .home > .text {
    display: none
  }
  .cg-matchdetail > .top > .topcover > .home > span {
    display: none
  }
  .cg-matchdetail > .top > .topcover > .home > .img {
    width: 100%;
    margin: 0
  }
  .cg-matchdetail > .top > .topcover > .home > .img > img {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto
  }
  .cg-matchdetail > .top > .topcover > .home > .subtext {
    display: block
  }
  .cg-matchdetail > .top > .topcover > .away {
    width: calc(50% - 50px);
    text-align: center;
    float: right
  }
  .cg-matchdetail > .top > .topcover > .away > .text {
    display: none
  }
  .cg-matchdetail > .top > .topcover > .away > span {
    display: none
  }
  .cg-matchdetail > .top > .topcover > .away > .img {
    width: 100%;
    margin: 0
  }
  .cg-matchdetail > .top > .topcover > .away > .img > img {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto
  }
  .cg-matchdetail > .top > .topcover > .away > .subtext {
    display: block
  }
  .cg-matchdetail > .top > .topcover > .summary {
    display: none
  }
  .cg-matchdetail > .top > .topcover > .subsummary {
    display: block
  }
}
.cg-matchlist {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2)
}
.cg-matchlist > .mob-filter {
  display: block;
  position: fixed;
  width: 100%;
  height: 40px;
  bottom: -100px;
  left: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px
}
.cg-matchlist > .mob-filter.active {
  bottom: 100px
}
.cg-matchlist > .mob-filter > .left {
  display: block;
  position: relative;
  float: left;
  box-shadow: 0 6px 15px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 6px 15px 2px rgba(0, 0, 0, .15);
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-matchlist > .mob-filter > .left div {
  display: block;
  position: relative;
  float: left;
  padding: 0 16px 0 40px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  height: 40px;
  line-height: 40px;
  color: #0b3e83
}
.cg-matchlist > .mob-filter > .left div.active {
  background: #0b3e83;
  color: #fff
}
.cg-matchlist > .mob-filter > .left div > img {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 1;
  left: 12px;
  top: calc(50% - 11px);
  fill: #0b3e83
}
.cg-matchlist > .mob-filter > .left div > img.light {
  display: none
}
.cg-matchlist > .mob-filter > .left div > img.dark {
  display: block
}
.cg-matchlist > .mob-filter > .left div.active > img.light {
  display: block
}
.cg-matchlist > .mob-filter > .left div.active > img.dark {
  display: none
}
.cg-matchlist > .mob-filter > .right {
  display: block;
  position: relative;
  float: right;
  box-shadow: 0 6px 15px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 6px 15px 2px rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff
}
.cg-matchlist > .mob-filter > .right > .dropdown {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700
}
.cg-matchlist > .mob-filter > .right > .dropdown > .main {
  display: block;
  position: relative;
  padding: 0 12px 0 40px;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-matchlist > .mob-filter > .right > .dropdown > .main > img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: calc(50% - 10px)
}
.cg-matchlist > .mob-filter > .right > .dropdown > .list {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 240px;
  bottom: 40px;
  left: 0;
  background: #fff;
  overflow-y: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-matchlist > .mob-filter > .right > .dropdown:hover > .list {
  display: block
}
.cg-matchlist > .mob-filter > .right > .dropdown > .list .subbox {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-matchlist > .mob-filter > .right > .dropdown > .list .subbox.active {
  color: #fff;
  background: #0b3e83
}
.cg-matchlist > .title {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px
}
.cg-matchlist > .title > .txt {
  display: block;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  padding: 0 16px 0 24px;
  height: 50px;
  line-height: 49px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 1.2px;
  font-weight: 700
}
.cg-matchlist > .title > .txt > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-matchlist > .title > .focusedcat {
  display: block;
  float: left;
  height: 50px;
  line-height: 49px
}
.cg-matchlist > .title > .focusedcat .catbox {
  display: block;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  margin: 0 10px 0 0
}
.cg-matchlist > .title > .focusedcat .catbox:last-child {
  margin: 0
}
.cg-matchlist > .title > .focusedcat .catbox > .text {
  display: block;
  position: relative;
  padding: 0 10px
}
.cg-matchlist > .title > .focusedcat .catbox > .text.isimg {
  padding: 0 10px 0 30px
}
.cg-matchlist > .title > .focusedcat .catbox > .text > span {
  display: none;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #0b3e83
}
.cg-matchlist > .title > .focusedcat .catbox > .text > img {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 7px);
  left: 10px
}
.cg-matchlist > .title > .focusedcat .catbox.active > .text > span {
  display: block
}
.cg-matchlist > .sub {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-matchlist > .sub .swiper-slide {
  width: auto !important;
  padding: 8px
}
.cg-matchlist > .sub .swiper-slide > .subbox {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500
}
.cg-matchlist > .sub .swiper-slide > .subbox:hover {
  background: #0b3e83;
  color: #fff
}
.cg-matchlist > .sub .swiper-slide > .subbox.active {
  background: #0b3e83;
  color: #fff
}
.cg-matchlist > .list {
  display: block;
  position: relative;
  width: 100%
}
.cg-matchlist > .list > .empty {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 0;
  text-align: center
}
.cg-matchlist > .list > .empty > img {
  display: inline-block;
  width: 100px;
  margin: 0 0 10px 0
}
.cg-matchlist > .list > .empty > span {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px
}
.cg-matchlist > .loader {
  display: none;
  position: relative;
  width: 100%;
  height: 275px
}
.cg-matchlist > .loader.active {
  display: block
}
.cg-matchlist > .loader > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  top: calc(50% - 24px);
  text-align: center
}
.cg-matchlist > .loader > div > img {
  display: inline-block;
  width: 24px;
  height: 24px;
  animation: spinning .4s infinite;
  -webkit-animation: spinning .4s infinite
}
.cg-matchlist > .loader > div > span {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #3b82f6
}
.cg-matchlist > .loadmore {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  overflow: hidden
}
.cg-matchlist > .loadmore.disabled {
  height: 0
}
.cg-matchlist > .loadmore > div {
  display: inline-block;
  position: relative;
  padding: 8px 40px;
  border: solid 1px #3b82f6;
  color: #3b82f6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 20px 0;
  background: #fff
}
@media only screen and (max-width:1100px) {
  .cg-matchlist {
    margin: 8px 0 64px 0;
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none
  }
  .cg-matchlist > .title {
    display: none
  }
  .cg-matchlist > .sub {
    display: none
  }
  .cg-matchlist > .mob-filter {
    opacity: 1;
    visibility: visible
  }
}
.cg-news {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2)
}
.cg-news > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-news > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-news > .list {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden
}
.cg-news > .list a.listbox {
  display: block;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  float: left
}
.cg-news > .list a.listbox:hover {
  background: rgba(0, 0, 0, .02)
}
.cg-news > .list a.listbox > .cat {
  display: block;
  position: relative;
  float: left;
  background: #0b3e83;
  width: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px;
  margin: 0 8px 0 0;
  color: #fff
}
.cg-news > .list a.listbox > .text {
  display: block;
  position: relative;
  width: calc(100% - 116px);
  font-size: 16px;
  color: #000;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left
}
.cg-news > .list a.listbox:hover > .text {
  color: #3b82f6
}
.cg-news > .list a.listbox > .date {
  display: block;
  position: relative;
  width: 40px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: right;
  margin: 0 0 0 8px;
  color: #000;
  opacity: .5;
  font-size: 12px
}
@media only screen and (max-width:1100px) {
  .cg-news {
    border-radius: 0;
    -webkit-border-radius: 0px
  }
  .cg-news > .list a.listbox {
    width: 100%
  }
  .cg-news > .list a.listbox > .text {
    font-size: 12px
  }
}
.cg-news-list {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-news-list > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-news-list > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-news-list > .title > a {
  display: block;
  position: relative;
  float: right;
  line-height: 49px;
  color: #3b82f6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 0 0
}
.cg-news-list > .title > a > img {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: calc(50% - 7px)
}
.cg-news-list > .cat {
  display: block;
  position: relative;
  width: 100%;
  background: #0b3e83
}
.cg-news-list > .cat .swiper {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px
}
.cg-news-list > .cat .swiper .swiper-slide {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto !important
}
.cg-news-list > .cat .swiper .swiper-slide a {
  display: block;
  height: 40px;
  line-height: 40px;
  border: solid 1px rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-news-list > .cat .swiper .swiper-slide a.active {
  background: #fff;
  color: #0b3e83
}
.cg-news-list > .cat .swiper .swiper-slide a:hover {
  background: rgba(255, 255, 255, .1)
}
.cg-news-list > .cat .swiper .swiper-slide a.active:hover {
  background: #fff;
  color: #0b3e83
}
.cg-news-list > .list {
  display: block;
  position: relative;
  width: 100%
}
.cg-news-list > .list .listbox {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-news-list > .list .listbox > a {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 46px 8px 8px 8px;
  color: #000
}
.cg-news-list > .list .listbox > a > .note {
  display: block;
  position: absolute;
  background: #0e80d0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  top: 8px;
  left: 0;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0px 20px 20px 0px
}
.cg-news-list > .list .listbox > a > .summary {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden
}
.cg-news-list > .list .listbox > a > .summary > .profile {
  display: block;
  position: absolute;
  width: 96px;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: rgba(0, 0, 0, .1);
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  top: 0;
  left: 0
}
.cg-news-list > .list .listbox > a > .summary > .content {
  display: block;
  width: calc(100% - 110px);
  float: right
}
.cg-news-list > .list .listbox > a > .summary > .content > .title {
  display: block;
  position: relative;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 6px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.cg-news-list > .list .listbox > a > .summary > .content > .title > span {
  display: block;
  position: relative;
  float: left;
  background: #0b3e83;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 8px;
  margin: 0 10px 0 0
}
.cg-news-list > .list .listbox > a > .summary > .content > .desc {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  margin: 0 0 8px 0
}
.cg-news-list > .list .listbox > a > .summary > .content > .info {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: rgba(0, 0, 0, .5)
}
.cg-news-list > .list .listbox > a > .summary > .content > .info span {
  display: inline-block;
  margin: 0 16px 0 0
}
.cg-news-list > .list .listbox > a > .summary > .content > .info span:last-child {
  margin: 0
}
.cg-pag {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px;
  overflow: hidden
}
.cg-pag > .amount {
  display: block;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  opacity: .5
}
.cg-pag > .action {
  display: block;
  position: relative;
  float: right;
  height: 40px
}
.cg-pag > .action a {
  display: block;
  position: relative;
  float: left;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: solid 1px rgba(0, 0, 0, .5);
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  color: #0b3e83;
  font-weight: 700;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-pag > .action a.disabled {
  opacity: .3;
  color: #000;
  pointer-events: none
}
.cg-pag > .action a.active {
  background: #0b3e83;
  border: solid 1px #0b3e83;
  color: #fff
}
.cg-pag > .action a > img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px)
}
.cg-pag > .action a.front {
  margin: 0 20px 0 0
}
.cg-pag > .action a.end {
  margin: 0 0 0 20px
}
.cg-pag > .action a.prev {
  margin: 0 10px 0 0
}
.cg-pag > .action a.next {
  margin: 0 0 0 10px
}
.cg-pag > .action > .pagbox {
  display: block;
  position: relative;
  float: left;
  height: 40px
}
.cg-pag > .action > .pagbox a {
  margin: 0 10px 0 0
}
.cg-pag > .action > .pagbox a:last-child {
  margin: 0
}
.cg-pag > .action > .input {
  display: block;
  position: relative;
  float: left;
  height: 50px;
  margin: 0 0 0 20px
}
.cg-pag > .action > .input > input {
  display: block;
  position: relative;
  float: left;
  width: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000;
  border: solid 1px rgba(0, 0, 0, .5);
  margin: 0 8px 0 0;
  padding: 0 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px
}
.cg-pag > .action > .input > div {
  display: block;
  position: relative;
  float: left;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: solid 1px rgba(0, 0, 0, .5);
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  color: #0b3e83;
  font-weight: 700;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
@media only screen and (max-width:1100px) {
  .cg-pag > .amount {
    display: none
  }
  .cg-pag > .action > .input {
    display: none
  }
  .cg-pag > .action a.front {
    display: none
  }
  .cg-pag > .action a.end {
    display: none
  }
}
.cg-quicklist {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2)
}
.cg-quicklist > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-quicklist > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-quicklist > .title > a {
  display: block;
  position: relative;
  float: right;
  line-height: 49px;
  color: #3b82f6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 0 0
}
.cg-quicklist > .title > a > img {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: calc(50% - 7px)
}
.cg-quicklist > .list {
  display: block;
  position: relative;
  width: 100%
}
.cg-quicklist > .list .listbox {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-quicklist > .list .listbox:last-child {
  border: none
}
.cg-quicklist > .list .listbox > a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 12px
}
.cg-quicklist > .list .listbox > a > .title {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0
}
.cg-quicklist > .list .listbox > a > .info {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  opacity: .6
}
.cg-quicklist > .list .listbox > a > .info > span {
  display: block;
  position: relative;
  float: right
}
.cg-slider {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  overflow: hidden
}
.cg-slider > .slider-container {
  display: block;
  width: calc(100% - 320px);
  float: left
}
.cg-slider > .slider-container .banner-content {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important
}
.cg-slider > .slider-container .banner-content > h1 {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 14px;
  font-weight: 500
}
.cg-slider > .slider-pag {
  display: block;
  position: absolute;
  width: calc(320px - 8px);
  right: 8px;
  top: 8px;
  z-index: 1;
  height: calc(100% - 16px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, .1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden
}
.cg-slider > .slider-pag .cgpagination {
  height: 100%
}
.cg-slider > .slider-pag .pagbox {
  display: block;
  position: relative;
  width: 100%;
  height: 95px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px;
  cursor: pointer
}
.cg-slider > .slider-pag .swiper-slide.swiper-slide-thumb-active .pagbox {
  background: #0b3e83
}
.cg-slider > .slider-pag .pagbox > .img {
  display: block;
  position: relative;
  width: 130px;
  height: 100%;
  float: left;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-slider > .slider-pag .pagbox > .text {
  display: block;
  position: relative;
  float: right;
  width: calc(100% - 138px);
  height: 100%;
  font-size: 12px;
  color: #000
}
.cg-slider > .slider-pag .swiper-slide.swiper-slide-thumb-active .pagbox > .text {
  color: #fff
}
@media only screen and (max-width:1100px) {
  .cg-slider {
    padding: 8px;
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none
  }
  .cg-slider > .slider-container {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px
  }
  .cg-slider > .slider-container .banner-content {
    height: 300px
  }
  .cg-slider > .slider-pag {
    display: none
  }
}
.cg-tabslider {
  display: block;
  position: relative;
  width: 100%
}
.cg-tabslider .swiper {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 8px 8px 8px
}
.cg-tabslider .swiper .swiper-slide {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 170px
}
.cg-tabslider .swiper .swiper-slide > a.streambox {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000
}
.cg-tabslider .swiper .swiper-slide > a.streambox > .head {
  display: block;
  position: relative;
  background: #0b3e83;
  width: 100%;
  overflow: hidden;
  color: #fff;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0px 0px
}
.cg-tabslider .swiper .swiper-slide > a.streambox > .head > .time {
  display: block;
  position: relative;
  float: left
}
.cg-tabslider .swiper .swiper-slide > a.streambox > .head > .live {
  display: block;
  position: relative;
  float: right;
  opacity: .5
}
.cg-tabslider .swiper .swiper-slide > a.streambox > .content {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px
}
.cg-tabslider .swiper .swiper-slide > a.streambox > .content div {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 700
}
.cg-tabslider .swiper .swiper-slide > a.streambox > .content .vs {
  color: #a62f16;
  margin: 4px 0
}
.cg-normal-table {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 20%)
}
.cg-normal-table > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-normal-table.selection > .title {
  height: 70px;
  line-height: 69px
}
.cg-normal-table > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-normal-table.selection > .title > span {
  height: calc(100% - 44px);
  top: 22px
}
.cg-normal-table > .title > .radiocheck {
  display: none;
  position: absolute;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, .2);
  right: 16px;
  top: calc(50% - 20px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden
}
.cg-normal-table > .title > .radiocheck div {
  display: block;
  position: relative;
  float: left;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px
}
.cg-normal-table > .title > .radiocheck div.active {
  background: #0b3e83;
  color: #fff
}
.cg-normal-table > .title > .selection {
  display: block;
  position: absolute;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, .2);
  right: 16px;
  top: calc(50% - 20px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.cg-normal-table > .title > .selection > .selected {
  display: block;
  position: relative;
  width: 100%;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px
}
.cg-normal-table > .title > .selection > .selected > img {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 8px
}
.cg-normal-table > .title > .selection > .list {
  display: none;
  position: absolute;
  width: 100px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, .1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 1;
  top: 40px;
  left: -2px
}
.cg-normal-table > .title > .selection > .list.active {
  display: block
}
.cg-normal-table > .title > .selection > .list div {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 12px;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-normal-table.selection > .title > .selection {
  display: block
}
.cg-normal-table > .list {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden
}
.cg-normal-table > .list .listbox {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-normal-table > .list .listbox.head {
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-normal-table > .list .listbox div {
  display: block;
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 8px;
  font-weight: 500
}
.cg-normal-table > .list .listbox.head div {
  color: rgba(0, 0, 0, .5) !important;
  height: 40px;
  line-height: 40px
}
@media only screen and (max-width:1100px) {
  .cg-normal-table.selection > .title > .selection {
    display: none
  }
  .cg-normal-table.selection > .title > .radiocheck {
    display: block
  }
}
.cg-tabs {
  display: block;
  position: relative;
  width: 100%;
  min-height: 396px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2)
}
.cg-tabs > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}
.cg-tabs > .title > .selection {
  display: block;
  float: left
}
.cg-tabs > .title > .selection .cgselectbox {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer
}
.cg-tabs > .title > .selection .cgselectbox.active {
  color: #3b82f6
}
.cg-tabs > .title > .selection .cgselectbox > .text {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px
}
.cg-tabs > .title > .selection .cgselectbox > .text > span {
  display: none;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #3b82f6
}
.cg-tabs > .title > .selection .cgselectbox.active > .text > span {
  display: block
}
.cg-tabs > .title > .selection .cgselectbox > .matchlist-pag {
  display: none;
  position: absolute;
  height: 50px;
  right: 0;
  top: 0;
  width: 120px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px;
  text-align: right
}
.cg-tabs > .title > .selection .cgselectbox.active > .matchlist-pag {
  display: block
}
.cg-tabs > .title > .selection .cgselectbox > .matchlist-pag div {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 50px;
  cursor: pointer;
  opacity: .4
}
.cg-tabs > .title > .selection .cgselectbox > .matchlist-pag div.active {
  opacity: 1
}
.cg-tabs > .title > .selection .cgselectbox > .matchlist-pag div > span {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #0b3e83;
  top: calc(50% - 5px);
  left: calc(50% - 5px)
}
.cg-tabs > .list {
  display: none;
  position: relative;
  width: 100%
}
.cg-tabs > .list.active {
  display: block
}
.cg-tabs > .list > .empty {
  display: block;
  position: relative;
  width: 80px;
  padding: 40px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  text-align: center
}
.cg-tabs > .list > .empty > img {
  display: inline-block;
  width: 80px
}
.cg-tabs > .list > .empty > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  opacity: .6
}
.cg-tabs > .loader {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0
}
.cg-tabs > .loader.active {
  display: block
}
.cg-tabs > .loader > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  top: calc(50% - 24px);
  text-align: center
}
.cg-tabs > .loader > div > img {
  display: inline-block;
  width: 24px;
  height: 24px;
  animation: spinning .4s infinite;
  -webkit-animation: spinning .4s infinite
}
.cg-tabs > .loader > div > span {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #3b82f6
}
.cg-main-body > .bodycover > .cg-tagslider {
  display: none;
  position: relative;
  width: 100%;
  float: left
}
.cg-tagslider {
  display: block;
  position: relative;
  width: 100%
}
.cg-tagslider .swiper {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px
}
.cg-tagslider .swiper .swiper-slide {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto !important
}
.cg-tagslider .swiper .swiper-slide a {
  display: block;
  height: 40px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, .2);
  color: #3b82f6;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px
}
.cg-tag {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2)
}
.cg-tag > .title {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 49px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 0 16px 0 24px
}
.cg-tag > .title > span {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #0e80d0
}
.cg-tag > .title > a {
  display: block;
  position: relative;
  float: right;
  line-height: 49px;
  color: #3b82f6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 0 0
}
.cg-tag > .title > a > img {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: calc(50% - 7px)
}
.cg-tag > .list {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px 10px 10px
}
.cg-tag > .list a.listbox {
  display: block;
  float: left;
  margin: 10px 8px 0 0;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 51px;
  font-size: 14px;
  color: #0e80d0;
  padding: 0 8px;
  text-align: center;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden
}
.cg-tag > .list a.listbox:hover {
  background: rgba(0, 0, 0, .02)
}
.cg-tag.col5 > .list a.listbox:nth-child(5n+5) {
  margin: 10px 0 0 0
}
.cg-tag.col4 > .list a.listbox:nth-child(4n+4) {
  margin: 10px 0 0 0
}
.cg-tag.col3 > .list a.listbox:nth-child(3n+3) {
  margin: 10px 0 0 0
}
.m-ad {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .cg-livereport-left .cg-news-detail > .action {
    height: auto;
  }
  .cg-livereport-left .cg-news-detail > .action a.prev {
    float: unset;
    display: block;
  }
  .cg-livereport-left .cg-news-detail > .action a.next {
    float: unset;
    display: block;
  }
  .m-ad {
    display: block
  }
}

       .actionn {
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
            gap: 10px;
        }

       .actionn a {
              text-decoration: none;
    background-color: #0b3e83;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
        }

       .actionn a:hover {
            /* 鼠标悬停时链接的背景颜色 */
            background-color: #0b3e83;
        }

.gotoTop{display: none;bottom: 80px;place-self: end;width: 40px;aspect-ratio: 1;background: #0b3e83;border-radius: 50px;position: fixed;right: 3%;z-index: 9999;}	
.gotoTop:before {content: "";position: absolute;inset: 30%;transform: translateY(20%) rotate(-45deg);border-top: 5px solid #fff;border-right: 5px solid #fff;}